home *** CD-ROM | disk | FTP | other *** search
- echo off
- echo This batch file will need to be changed to reflect the names of your
- echo assembler and EXE-to-COM converter. If you're not using OPTASM, the
- echo assembly file will also need minor modifications.
- echo --------------------------------------------------------------------
- pause
- asm example;
- link example,,nul,asmwiz;
- erase example.obj
- execom example
-